Click or drag to resize

Property Class

This class models one property of a resource.
Inheritance Hierarchy
SystemObject
  Independentsoft.WebdavProperty

Namespace:  Independentsoft.Webdav
Assembly:  Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntax
public class Property

The Property type exposes the following members.

Constructors
  NameDescription
Public methodProperty
Initializes a new instance of the Property class.
Public methodProperty(String)
Initializes a new instance of the Property from XML string.
Public methodProperty(PropertyName)
Initializes a new instance of the Property class.
Public methodProperty(String, String)
Initializes a new instance of the Property class.
Public methodProperty(String, String, String)
Initializes a new instance of the Property class.
Top
Properties
  NameDescription
Public propertyDecodedValue
Gets a decoded property value.
Public propertyName
Gets or sets a property name.
Public propertyNamespace
Gets or sets a property namespace.
Public propertyValue
Gets or sets a property value.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also